home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 August / Disc 1 / PCU0804CD1.iso / software / browsers / files / opera1.exe / OPERA.JAR / com / opera / PluginClassLoader$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  2004-02-12  |  590 b   |  22 lines

  1. package com.opera;
  2.  
  3. import java.util.Enumeration;
  4. import java.util.NoSuchElementException;
  5.  
  6. class PluginClassLoader$2 implements Enumeration {
  7.    // $FF: synthetic field
  8.    private final PluginClassLoader this$0;
  9.  
  10.    PluginClassLoader$2(PluginClassLoader var1) {
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public boolean hasMoreElements() {
  15.       return false;
  16.    }
  17.  
  18.    public Object nextElement() {
  19.       throw new NoSuchElementException();
  20.    }
  21. }
  22.